home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 7661 / 7661.xpi / chrome / isreaditlater.jar / content / text.css < prev    next >
Cascading Style Sheet File  |  2009-10-12  |  4KB  |  262 lines

  1. * {
  2.     margin: 0px;
  3.     padding: 0px;
  4. }
  5.  
  6. body { 
  7.     color: #111111;
  8.     font-family: Helvetica, Arial, sans-serif;
  9.     background: #FFFFFF;
  10.     text-align: center;
  11. }
  12. body.L1,
  13. body.L1 a.selected {
  14.     background: #000000;
  15.     color: #EBEBEB;
  16. }
  17. body.L1 a { 
  18.     color: #94B9F8;
  19. }
  20.  
  21. body.S0 {    font-size: 11px;    line-height: 1.5em; }
  22. body.S1 {    font-size: 14px;    line-height: 1.5em; }
  23. body.S2 {    font-size: 26px;    line-height: 1.5em; }
  24.  
  25. body.F0 {        font-family: Helvetica, Arial, sans-serif; }
  26. body.F1 {        font-family: Georgia, "Times New Roman", Times, serif; }
  27.  
  28. body.M0 #RIL_container {        width: 95%; min-width: 280px; }
  29. body.M1 #RIL_container {        width: 75%; min-width: 280px; }
  30. body.M2 #RIL_container {        width: 55%; min-width: 280px; }
  31. body.M3 #RIL_container {        width: 35%; min-width: 280px; }
  32.  
  33.  
  34. /* --- */
  35.  
  36. h1, h2 {
  37.     line-height: 1.5em;
  38.     font-size: 2em;
  39.     margin: 2.5em 0px 1em 0px;
  40. }
  41. h3 {
  42.     line-height: 1.5em;
  43.     font-size: 1.3em;
  44.     margin: 2.5em 0px 0.5em 0px;
  45.     font-weight: normal;
  46. }
  47. h4 {
  48.     line-height: 1.5em;
  49.     font-size: 1.2em;
  50.     margin: 2em 0px 0.5em 0px;
  51. }    
  52. h5,h6,h7 {
  53.     font-size: 1em;
  54.     font-weight: bold;
  55.     margin: 2em 0px 0 0px;
  56. }
  57.  
  58. p {
  59.     text-align: left;
  60.     margin: 0 0 1em 0px;
  61. }
  62. .A1 p { 
  63.     text-align: justify;
  64. }
  65.  
  66. ul, ol {
  67.     margin: 1.5em 0px 2em 2em;
  68. }
  69. li {
  70.     margin: 0px 0px 0.25em 0px;
  71. }
  72. ul ul,
  73. ol ol {
  74.     margin: 0.75em 0 1em 2em;
  75.     min-width: 250px;
  76. }
  77.  
  78. pre, blockquote {
  79.     display: block;
  80.     margin: 2.5em 7% 3em 7%;
  81. }
  82. blockquote { font-style: italic; }
  83.  
  84. a {
  85.     cursor: pointer;
  86.     color: #1C2DC1;
  87.     text-decoration: underline;
  88. }
  89. a.selected {
  90.     color: #111111;
  91.     font-style: italic;
  92.     text-decoration: none;
  93. }
  94.  
  95. /* --- */
  96.  
  97. #RIL_container {
  98.     margin: 30px auto 30px auto;
  99.     text-align: left;
  100. }
  101.  
  102. #RIL_top {
  103.     position: relative;    
  104. }
  105. #RIL_top .i {
  106.     position: absolute;
  107.     top: 0px;
  108.     left: 0px;
  109.     cursor: pointer;
  110.     display: block;
  111.     width: 15px;
  112.     height: 15px;
  113.     text-indent: -789em;
  114.     background: top left no-repeat;
  115. }
  116.  
  117. #RIL_top .i#RIL_settings {
  118.     position: absolute;
  119.     left: auto;
  120.     right: 0px;
  121.     background-image: url(chrome://isreaditlater/skin/cog.png);
  122.     background-position: right;
  123. }
  124. .L1 #RIL_top .i#RIL_settings { background-image: url(chrome://isreaditlater/skin/cog_night.png); }
  125.  
  126. #RIL_header cite {
  127.     display: block;
  128.     margin: 0 10% 0 10%;
  129.     height: 15px;
  130.     line-height: 15px;
  131.     font-family: Gill Sans, Verdana;
  132.     font-size: 11px;
  133.     text-transform: uppercase;
  134.     font-style: normal;
  135.     letter-spacing: 1px;
  136.     font-weight: bold;
  137.     overflow: hidden;
  138.     text-align: center;
  139. }
  140. #RIL_header cite a {
  141.     text-decoration: none;
  142.     color: #AFAFAF;
  143. }
  144. #RIL_header cite a:hover { 
  145.     text-decoration: none;    
  146. }
  147. #RIL_header cite span { display: none; }
  148.  
  149. #RIL_settings_wrapper p {
  150.     display: block;
  151.     clear: both;
  152.     height: 25px;
  153.     margin-bottom: 0px;
  154. }
  155.  
  156. #RIL_settings_wrapper strong,
  157. #RIL_settings_wrapper a {
  158.     display: block;
  159.     float: left;
  160.     font-size: 12px;
  161.     margin-left: 10px;
  162. }
  163. #RIL_settings_wrapper strong {
  164.     width: 85px;
  165.     margin-left: 0px;
  166. }
  167.  
  168. #RIL_header h1 {
  169.     font-weight: bold;
  170.     border-bottom: 4px solid #EEEEEE;
  171.     padding-bottom: 0.7em;
  172.     margin-top: 0.2em;
  173.     line-height: 1.5em;
  174. }
  175.  
  176.  
  177. /* --- */
  178.  
  179. #RIL_nav {
  180.     float: right;
  181.     list-style: none;
  182.     margin: 0 0px 3em 0px;
  183.     font-size: 14px;
  184. }
  185. #RIL_nav li {
  186.     float: left;
  187.     margin-left: 25px;
  188.     color: #999999;
  189. }
  190. #RIL_nav li a {
  191.     font-size: 14px;
  192. }
  193.  
  194. #less #nav_less a,
  195. #more #nav_more a {
  196.     color: #000000;
  197.     font-weight: bold;
  198.     text-decoration: none;
  199. }
  200. body#less.L1 #nav_less a,
  201. body#more.L1 #nav_more a {
  202.     color: #EBEBEB;
  203. }
  204.  
  205. #less #RIL_more { display: none; }
  206. #more #RIL_less { display: none; }
  207.  
  208. /* --- */
  209.  
  210. #RIL_body { 
  211.     clear: both;
  212. }
  213.  
  214. /* --- */
  215.  
  216. table {
  217.     border-collapse: collapse;
  218.     width: 100%;
  219.     margin: 20px 0px 20px 0px;    
  220. }
  221. table td,
  222. table td {
  223.     width: auto;
  224.     text-align: left;
  225.     padding: 0px;
  226.     background: none;    
  227.     border: 0px;
  228. }
  229.  
  230. .ril_dataTable td,
  231. .ril_dataTable th {
  232.     text-align: center;
  233.     padding: 4px;
  234.     border: 1px solid #999999;
  235. }
  236. .ril_dataTable th { font-weight: bold; }
  237.  
  238. .ril_layoutTable td,
  239. .ril_layoutTable tr,
  240. .ril_layoutTable th {
  241.     display: block;
  242. }
  243.  
  244. /* --- */
  245.  
  246. .note {
  247.     color: #666666;
  248.     padding: 10px;
  249.     background: #EEEEEE;
  250.     margin-bottom: 15px;
  251. }
  252. body.L1 .note {
  253.     color:#CCCCCC;
  254.     background: #333333;
  255. }
  256.  
  257. /* --- */
  258.  
  259. .mark_as_read {
  260.     margin-top: 25px;
  261.     text-align: center;
  262. }